home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / POVHELP.ZIP / povinf.doc < prev    next >
Text File  |  1994-08-19  |  12KB  |  254 lines

  1.  
  2.                   Persistence of Vision Raytracer
  3.                            Version 2.2
  4.                         Basic Information
  5.                   -------------------------------
  6.  
  7.     The Persistence of Vision Raytracer creates three-dimensional,
  8. photo-realistic images using a rendering technique called ray tracing.
  9. It reads in a text file containing information describing the objects and
  10. lighting in a scene and generates an image of that scene from the view
  11. point of a camera also described in the text file. Ray tracing is not
  12. a fast process by any means, but it produces very high quality images
  13. with realistic reflections, shading, perspective, and other effects.
  14.  
  15.    The POV-Ray package includes detailed instructions on using the
  16. raytracer and creating scenes. Many stunning scenes are included with
  17. POV-Ray so you can start creating images immediately when you get
  18. the package. These scenes can be modified by the user also so they
  19. don't have to start from scratch.
  20.  
  21.    In addition to the pre-defined scenes are a large library of
  22. predefined shapes and materials that can be used in your own scenes by
  23. just typing the name of the shape or material.
  24.  
  25.    POV-Ray is easy to use, and also includes many advanced features
  26. like bezier patches, blobs, height-fields, bump mapping, and material
  27. mapping.
  28.  
  29.    POV-Ray can be used on IBM-PC and compatibles, Apple Macintoshes,
  30. Commodore Amiga's, UNIX, and other computers.
  31.  
  32.    Here is a list the files that you need to use POV-Ray on your
  33. computer.
  34.  
  35. The latest versions of these files are available over CompuServe,
  36. America Online, Internet, and several BBS's. See 'Where to find POV-Ray
  37. files' section below for more info.
  38.  
  39. ----------------------------------------------------------------------------
  40.  
  41.      For IBM-PC & compatibles:
  42.      -------------------------
  43.         Requires: 386 or better CPU and at least 2 meg of RAM
  44.                   A math co-processor and VGA display is recommended
  45.                   This version will run under DOS, OS/2 and Windows.
  46.                   It will not run under Desqview.
  47.  
  48.         Files required:
  49.         POVDOC.ZIP - The documentation and essential data files for POV-Ray
  50.         POVSCN.ZIP - The example scene files for POV-Ray
  51.         POVIBM.EXE - Executable and docs for IBM-PC and compatibles
  52.         POVHLP.ZIP - Hypertext help utility for IBM-PC and compatibles
  53.  
  54.         You will also need a program like PICLAB or Image Alchemy to convert
  55.         the TGA files output by POV-Ray to GIF files and a GIF viewer
  56.         program. These programs can be found from any of the sources
  57.         listed below.
  58.  
  59.         Optional Files:
  60.         The source is not needed to use POV-Ray. It is provided for the
  61.         curious and adventurous
  62.  
  63.         POVSRC.ZIP - The C source code for POV-Ray for most systems.
  64.         POVSCR.SEA - Macintosh source code for POV-Ray.
  65.  
  66.  
  67.      For Apple Macintosh:
  68.      --------------------
  69.         Requirements:
  70.           The Apple Macintosh version of POV-Ray can be found in the
  71.           archive POVMAC.SEA or POVMNF.SEA.  POVMAC.SEA contains the
  72.           preferred "high-performance" executable for Macs with a floating
  73.           point coprocessor (FPU).  POVMNF.SEA contains the slower more
  74.           universal executable, which will run on any 68020 or better Mac
  75.           without an FPU.  The Macintosh version of POV-Ray needs a 68020
  76.           or better CPU (Mac II series, SE/30, Quadras, some Powerbooks,
  77.           etc.)  It will run under System 6.0.4 or newer (System 7 preferred.)
  78.           It also requires 32 bit Color Quickdraw, which is built into System
  79.           7, and is an optional init in System 6.
  80.  
  81.           QuickTime 1.5 or newer is preferred but not required.  If it is
  82.           installed, it will allow compression of the final PICT images.
  83.           It will also allow adding custom System 7 Thumbnail icons to the
  84.           PICT files in the Finder.  Of course, a color monitor is preferred,
  85.           but not required.
  86.  
  87.         Files Required:
  88.           POVDOC.SEA - The documentation and essential data files for POV-Ray
  89.           POVMAC.SEA - Regular executable and notes for Apple Macintosh
  90.                        with FPU
  91.           POVMNF.SEA - Generic (No FPU) Executable and notes for any
  92.                        Macintosh
  93.           POVSCN.SEA - The example scene files for POV-Ray
  94.  
  95.         Optional Files:
  96.           POVSRC.SEA - The C source code for POV-Ray
  97.                        (MPW 3.3 & Symantec C 6.0)
  98.  
  99.           This source code is not needed to use POV-Ray.  It is provided for
  100.           the curious and adventurous.
  101.  
  102.      For Commodore Amiga:
  103.      --------------------
  104.         Requires: Amiga 500, 600, 1000, 1200, 2000, 3000 or 4000.  Works
  105.                   under AmigaDOS 1.2, 1.3, 2.xx, and 3.xx.  Supports HAM6
  106.                   mode as well as HAM-E and the Firecracker.
  107.  
  108.         Files Required:
  109.         POVDOC.LZH - The documentation for POV-Ray.
  110.         POVSCN.LZH - The example scene files for POV-Ray.
  111.         POVAMI.LZH - Executable and docs for Commodore Amiga.
  112.  
  113.         Optional Files:
  114.         The source is not needed to use POV-Ray.  It is provided for the
  115.         curious and adventurous.
  116.  
  117.         POVSRC.LZH - The C source code for POV-Ray.
  118.  
  119.      For UNIX, VMS, & Others:
  120.      ------------------
  121.         Required: A C compiler for your computer and some knowledge
  122.                   of how to use it.
  123.  
  124.         Optional: X Windows if you want the '+d' option to do anything.
  125.                   Digital calls this 'DECWindows'.
  126.                   You will need the DECWindows include files as well.
  127.                   (The '+d' option lets you see a preview of a scene
  128.                    as it is being traced).
  129.  
  130.         Files required:
  131.         POVDOC.ZIP or POVDOC.TAR - The documentation for and essential data
  132.                                     files POV-Ray
  133.         POVSCN.ZIP or POVSCN.TAR - The example scene files for POV-Ray
  134.         POVSRC.ZIP or POVSRC.TAR - The C source code for POV-Ray
  135.  
  136. ----------------------------------------------------------------------------
  137.  
  138.    In the POVDOC archive is the file POVRAY.DOC which contains details
  139. on installing and using POV-Ray. Specific instructions for
  140. using POV-Ray with your computer are included with the executable.
  141. This file also houses the essential "include" files containing predefined
  142. colors, shapes, and textures.
  143.  
  144.  ** POV-Ray is copyrighted freeware written by the POV-Team.
  145.  ** It may be freely distributed subject to the restrictions
  146.  ** defined in POVLEGAL.DOC found in the POVDOC archive.
  147.  ** POV-Ray is NOT public domain software.
  148.  
  149.  POV-Ray is based on DKBTrace 2.12 by David K. Buck and Aaron A. Collins.
  150.  
  151.    The POV-Team is a collection of volunteer programmers, designers,
  152. animators and artists meeting via electronic mail on Compuserve's
  153. GRAPHDEV forum, sections 8 (POV Sources), and 9 (POV Images).
  154. (GRAPHDEV is also the home of the very popular Fractint and its authors the
  155. Stone Soup Group.)
  156.  
  157.    The POV-Team's goal is to create freely distributable, high
  158. quality rendering and animation software written in C that can be
  159. easily ported to many different computers.
  160.  
  161.    If you have any questions about POV-Ray, please contact
  162.  
  163.      Chris Young
  164.      [POV-Team Coordinator]
  165.  
  166.      CIS: 76702,1655
  167.      Internet: 76702.1655@compuserve.com
  168.  
  169.  
  170. ---------------------------------------------------------------------------
  171.        Where to find the POV-Ray files
  172. ---------------------------------------------------------------------------
  173.  
  174.        Graphics Developer Forum on CompuServe
  175.        --------------------------------------
  176.        POV-Ray headquarters are on CompuServe GRAPHDEV forum
  177.        Raytracing sections. We meet there to share info and
  178.        graphics and discuss raytracing, fractals and other kinds of
  179.        computer art. GRAPHDEV is also the home of the Stone Soup
  180.        Group, developers of Fractint, a popular IBM-PC fractal
  181.        program. Everyone is welcome to join in on the action on CIS
  182.        GRAPHDEV. Hope to see you there! You can get information on
  183.        joining CompuServe by calling (800)848-8990. CompuServe
  184.        access is also available in Japan, Europe and many other
  185.        countries.
  186.  
  187.  
  188.        PC Graphics area on America On-Line
  189.        -----------------------------------
  190.        There's an area now on America On-Line dedicated to POV-Ray
  191.        support and information. You can find it in the PC Graphics
  192.        section of AOL. Jump keyword "PCGRAPHICS". This area
  193.        includes the Apple Macintosh executables also.  It is best if
  194.        messages are left in the "Company Support" section.  Currently,
  195.        Bill Pulver (BPulver) is our representative there.
  196.  
  197.  
  198.        Internet
  199.        --------
  200.        The POV-Ray files are also available over Internet by
  201.        anonymous FTP from alfred.ccs.carleton.ca (134.117.1.1)
  202.        or our alternate site uniwa.uwa.edu.au.
  203.  
  204.  
  205.        You Can Call Me Ray BBS in Chicago
  206.        ----------------------------------
  207.        There is a ray-trace specific BBS in the (708) Area Code
  208.        (Chicago suburbia, United States) for all you Traceaholics
  209.        out there. The phone number of this BBS is (708)
  210.        358-5611.  Bill Minus is the sysop and Aaron Collins is
  211.        co-sysop of that board, and it's filled with interesting
  212.        stuff.
  213.  
  214.  
  215.        The Graphics Alternative (TGA) BBS in El Cerrito, CA.
  216.        ---------------------------------------------
  217.        For those on the West coast, you may want to find the
  218.        POV-Ray files on The Graphics Alternative BBS. It's a great
  219.        graphics BBS run by Adam Shiffman.  TGA is high quality, active and
  220.        progressive BBS system which offers both quality messaging and
  221.        files to its 1300+ users.
  222.  
  223.        510-524-2780 (PM14400FXSA v.32bis 14.4k, Public)
  224.        510-524-2165 (USR DS v.32bis/HST 14.4k, Subscribers)
  225.  
  226.        PCGNet
  227.        ------
  228.        TGA BBS serves as the central hub for a large network of
  229.        graphics-oriented BBS systems around the world.  Following is a
  230.        concise listing of active PCGNet nodes at the time of this
  231.        writing.  The POV-Team can neither vouch for the currency of this
  232.        information, nor verify that any of these boards may carry
  233.        POV-Ray.
  234.  
  235.        AZCAD BBS                   Melbourne, Australia      +61-3-481-6873
  236.        CAD Connection                 Montesson, France     +33-1-3053-4110
  237.        CAD/Engineering Services            Gallatin, TN        615-451-2872
  238.        Convergence Spline BBS    Richmond, B.C., Canada        604-275-3462
  239.        The Drawing Board BBS          Anchorage, Alaska        907-349-5412
  240.        Granite BBS                 St. Cloud, Minnesota        612-654-8194
  241.        The Graphics Alternative          El Cerrito, CA        510-524-2780
  242.        The Graphics Connection  Wellington, New Zealand      +64-4-473-0981
  243.        Joe's CODE BBS               West Bloomfield, MI        313-855-0894
  244.        PC-AUG BBS                           Phoenix, AZ        602-952-0638
  245.        Raytech BBS                 Sutherland, Scotland       +44-86288-340
  246.        Route 66 Solutions               Albuquerque, NM        505-294-4543
  247.        SAUG BBS                            Bellevue, WA        206-644-7115
  248.        TERN Solution BBS         Nepean, Ontario Canada        613-228-0539
  249.        The University BBS            Shrewsbury Twp, NJ        908-544-8193
  250.        Xaqute BBS                       Studio City, CA        818-980-2685
  251.        Zillius BBS!                    St. Paul, France       +33-9332-0505
  252.  
  253.  
  254.